API Documentation
Public Attributes | List of all members
nkScripts::UserTypeFieldDescriptor Struct Reference

Holds all the information required to define a field. More...

Public Attributes

FieldGetter _getter
 Callback that should be use for the getter.
 
FieldSetter _setter
 Callback that should be use for the setter.
 
std::string _fieldName
 The field's name.
 
FUNCTION_PARAMETER_TYPE _fieldType = FUNCTION_PARAMETER_TYPE::INT
 Field's type.
 
std::string _userTypeName
 If a user type, the type name attached.
 

Detailed Description

Holds all the information required to define a field.


The documentation for this struct was generated from the following file: